object fHtmlMessageDlg: TfHtmlMessageDlg
Left = 393
Top = 309
BorderStyle = bsDialog
Caption = 'Note'
ClientHeight = 188
ClientWidth = 391
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object imgIcon: TImage
Left = 13
Top = 13
Width = 32
Height = 32
AutoSize = True
Transparent = True
end
object htmLabel: THTMLabel
Left = 69
Top = 13
Width = 281
Height = 19
AnchorHint = False
AutoSizing = True
AutoSizeType = asVertical
Ellipsis = False
HintShowFull = False
Hover = False
HoverColor = clNone
HoverFontColor = clNone
HTMLHint = False
ShadowColor = clGray
ShadowOffset = 2
URLColor = clBlue
VAlignment = tvaTop
OnAnchorClick = htmLabelAnchorClick
end
object pnlBottom: TPanel
Left = 0
Top = 141
Width = 391
Height = 47
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object chkDisable: TCheckBox
Left = 13
Top = 19
Width = 284
Height = 17
Caption = '&Don'#39't show this message again'
TabOrder = 2
Visible = False
end
object btnOK: TButton
Left = 226
Top = 16
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 307
Top = 16
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
end